home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / parted / README.Debian < prev   
Text File  |  2008-09-12  |  3KB  |  68 lines

  1. GNU Parted for Debian
  2. ----------------------
  3.  
  4. The nature of this software means that any bugs could cause massive data loss.
  5. While there are no known bugs at the moment, they could exist, so please back
  6. up all important files before running it, and do so at your own risk.
  7.  
  8. General:
  9.  * Actively maintained
  10.  * Support for CHS and LBA addressing modes
  11.  * Support for logical sector sizes not equal to 512
  12.  * Support for device's alignment requirements (e.g. physical sector sizes that
  13.    are a multiple of the logical sector size)
  14.  * Uses SI units (byte multiples of 1000), supporting arbitrary specification 
  15.    of disk locations in sectors, bytes, kilobytes, megabytes, gigabytes, 
  16.     cylinders and CHS notation
  17.  * Knows about, detects and works around quirks of other partitioning tools and 
  18.    operating system implementations
  19.  
  20. Operating system support:
  21.  * GNU/Linux
  22.  * GNU/Hurd
  23.  * BeOS
  24.  * FreeBSD
  25.  
  26. Parted currently supports:
  27.  * Intel EFI/GPT parition tables
  28.  * MS-DOS partition tables
  29.  * Raw access (useful for RAID/LVM)
  30.  * MIPS/DVH partition tables
  31.  * Amiga partition tables
  32.  * PC98 partition tabled
  33.  * Sun disk labels
  34.  * BSD disk labels (Linux-style; currently broken from a BSD view)
  35.  * Macintosh parition maps
  36.  
  37. Filesystems currently supported:
  38. [from the user documentation]
  39.  
  40. Filesystem      |        Supported Operations
  41.                 |detect |create |resize | copy  | check
  42. ----------------|-------|-------|-------|-------|--------
  43. ext2            | *     | *     | *[1]  | *[2]  | *[3]
  44. ext3            | *     |       | *[1]  | *[2]  | *[3]
  45. fat16           | *     | *     | *[4]  | *[4]  | *
  46. fat32           | *     | *     | *     | *     | *
  47. linux-swap      | *     | *     | *     | *     | *
  48. hfs/hfs+        | *     |       | *[1,5]|       |
  49. jfs             | *     |       |       |       |
  50. ntfs            | *     |       |       |       |
  51. reiserfs        | *     | *[6]  | *[1,6]| *[6]  | *[3,6]
  52. ufs             | *     |       |       |       |
  53. xfs             | *     |       |       |       |
  54.  
  55. [1] The start of the partition must stay fixed.
  56. [2] The partition you copy to must be bigger or exactly the same size as the 
  57.     partition you copy from.
  58. [3] Limited checking is done when the file system is opened. This is the only 
  59.     checking at the moment. All commands (including resize) will gracefully 
  60.      fail, leaving the file system intact, if there are any errors.
  61. [4] You can always shrink your partition. If you can't use FAT32 for some 
  62.     reason, you may not be able to grow your partition due to restrictions in
  63.      cluster size.
  64. [5] Parted can only shrink HFS and HFS+ filesystems.
  65. [6] ReiserFS support is enabled if you install libreiserfs.
  66.  
  67.  -- Xavier Oswald <x.oswald@free.fr>  Wed, 25 Apr 2007 23:31:15 +0200
  68.